home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_10_11
/
1011049a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-09-07
|
295 b
|
17 lines
// Listing 3 - list3.cpp
#include <iostream.h>
#include "vstream.h"
#include "vsmanip.h"
main()
{
conout<<text_attr(7)<<clear_screen
<<"Example I/O manipulator program\n";
conout<<go_xy(1,25)<<text_attr(0x70)<<"Bottom Line!"
<<text_attr(7)<<go_xy(1,2);
conout <<beep<<"Done!\n";
}